ComponentOne ASP.NET MVC Controls
AllowSorting Method (ColumnBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ColumnBaseBuilder<TControl,TBuilder> Class : AllowSorting Method
The value.
Configurates C1.Web.Mvc.ColumnBase.AllowSorting. Sets whether the user can sort this column by clicking its header.
Syntax
'Declaration
 
Public Function AllowSorting( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder AllowSorting( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ColumnBaseBuilder<TControl,TBuilder> Class
ColumnBaseBuilder<TControl,TBuilder> Members